home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Demos / Bowers Development / AppMaker 2.0b5 / Examples / ODF / Form / Sources / ViewIds.k < prev    next >
Encoding:
Text File  |  1996-06-03  |  1.5 KB  |  48 lines  |  [TEXT/CWIE]

  1. //========================================================================================
  2. //
  3. //    File:                ViewIds.k
  4. //    
  5. //    This file was generated automatically by AppMaker
  6. //
  7. // --> DO NOT EDIT IT DIRECTLY, unless you won't make anymore changes with AppMaker.
  8. //
  9. // --> Include this file in your "Defines.k" 
  10. //
  11. //========================================================================================
  12.  
  13. #ifndef VIEWIDS_K
  14. #define VIEWIDS_K
  15.  
  16. // Note: view ids are generated with the name used in AppMaker
  17.  
  18. //----------------------------------------------------------------------------------------
  19. // MainWindow frame resource id to use when creating the frame in your part's NewFrame method.
  20. #define kMainWindowResID            1024
  21.  
  22. #define kScrollerID        'CntV'
  23. #define kFormPictPictID        'Fort'
  24. #define kFirstNameEditID        'Fire'
  25. #define kLastNameEditID        'Lase'
  26. #define kMemberNameEditID        'Meme'
  27. #define kEMailAddressEditID        'EMas'
  28. #define kCommentsEditID        'Coms'
  29. #define kSubscribeToODFFlashCheckID        'Subh'
  30. #define kModemSpeedUsedGroupID        'Modd'
  31. #define kPlatformListBoxID        'Plam'
  32. #define kAddButtonID        'Add '
  33. #define kRemoveButtonID        'Reme'
  34. #define kBrowseTimePopupID        'Broe'
  35. #define kOtherTimePopupID        'Othe'
  36. #define kHowDidYouDiscoverODFWiredGroupID        'Howd'
  37. #define kYesNoGroupID        'Yeso'
  38. #define kJoinODFWiredButtonID        'Joid'
  39.  
  40. //----------------------------------------------------------------------------------------
  41. // The following ids are hard-coded and shared by all frames
  42.  
  43. #define kVertScrollBarID        'vert'
  44. #define kHorzScrollBarID        'horz'
  45. #define kGrowBoxID                'grow'
  46.  
  47. #endif
  48.